home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / 000396_news@bigblue.oit.unc.edu_Fri May 27 12:25:52 1994.msg < prev    next >
Internet Message Format  |  1994-05-31  |  3KB

  1. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  2.           id AA29909; Fri, 27 May 1994 12:25:52 -0400
  3. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  4.           id AA19392; Fri, 27 May 1994 12:22:22 -0400
  5. Received: from GATEWAY by bigblue with netnews
  6.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  7. To: winsock@sunsite.unc.edu
  8. Date: Fri, 27 May 1994 08:35:13
  9. From: jpruitt@hq.walldata.com (Joe Pruitt)
  10. Message-Id: <jpruitt.13.00089685@hq.walldata.com>
  11. Organization: WALL DATA Inc.
  12. Sender: ses
  13. References: <2s0rt7$946@nntp2.Stanford.EDU>
  14. Subject: Re: WfW3.11 and MS TCP/IP
  15.  
  16. In article <2s0rt7$946@nntp2.Stanford.EDU> yky@mystery.Stanford.EDU (YKY) writes:
  17. >From: yky@mystery.Stanford.EDU (YKY)
  18. >Subject: WfW3.11 and MS TCP/IP
  19. >Date: 26 May 1994 00:52:55 GMT
  20.  
  21. >Hi, I am trying to load the Microsoft TCP/IP stack to use
  22. >with WfW3.11.  But the install program loaded a bunch of
  23. >TSRs in my AUTOEXEC.BAT and I just ran out of low memory
  24. >to do anything!  Is there a good way to load those TSRs
  25. >into extended memory?  I tried "loadhigh" but it did not 
  26. >load into high memory.  Can someone send me a sample autoexec
  27. >file?  Many thanks.  
  28.  
  29. Try using the Daytona Beta TCPVXD and ftp.microsoft.com.  This stack is
  30. just windows virtual device drivers.  my configs are like this
  31.  
  32. config.sys:
  33. device=c:\windows\ifshelp.sys
  34.  
  35. autoexec.bat:
  36. net start
  37.  
  38. If you need DLC then you will need to load it in autoexec.bat also
  39.  
  40. net initialize
  41. c:\windows\msdlc.exe
  42. net start
  43.  
  44.  
  45. >Your, YKY
  46.  
  47.  
  48.  
  49. +-----------------------------------------------------------------------------+
  50. |                              _/_/_/_/   _/    _/ _/    _/ _/_/_/     _/_/   |
  51. | Joe Pruitt                  _/     _/  _/    _/ _/_/_/_/ _/   _/  _/    _/  |
  52. |                            _/_/_/_/   _/    _/ _/ _/ _/ _/_/_/   _/_/_/_/   |
  53. | WALL DATA Inc.            _/  _/     _/    _/ _/    _/ _/   _/  _/    _/    |
  54. | jpruitt@hq.walldata.com  _/    _/   _/    _/ _/    _/ _/    _/ _/    _/ for |
  55. |                         _/      _/ _/_/_/_/ _/    _/ _/_/_/_/ _/    _/  DBA |
  56. +-----------------------------------------------------------------------------+
  57. From news@bigblue.oit.unc.edu Tue May 27 01:54:02 1994
  58. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  59.           id AA17769; Fri, 27 May 1994 13:25:49 -0400
  60. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  61.           id AA19932; Fri, 27 May 1994 13:00:19 -0400
  62. Received: from GATEWAY by bigblue with netnews
  63.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  64. To: winsock@sunsite.unc.edu
  65. Date: 27 May 1994 01:54:02 GMT
  66. From: johng@jolt.mpx.com.au (John Gibbons)
  67. Message-Id: <2s3jrq$3gr@inferno.mpx.com.au>
  68. Organization: Microplex Pty Ltd
  69. Sender: ses
  70. Subject: Winsock API specification docs ?
  71.  
  72. Can anyone point me to where I can find the latest specification of the 
  73. winsock 1.1 api?
  74.  
  75. Thanks in advance.
  76.